
header{
  height: 70px;;
  background-color: #2d6551;
  width:100%;
  height: 70px;
}
title{
  position: absolute;
  top: 30px;
  right: 60px;
}
 .menu {
    overflow: hidden;
    background-color: #333;
  }
  
.stickyicon-list a {   
display: block;   
text-align: center;   
padding: 8px;     
color: white;   
font-size: 20px;   
}         
         
.facebook {   
background: #3b5998;   
color: white;  
position: absolute;
  top: 20px;
  right: 70px;
}   
.instagram {   
background: #3f729b;   
color: white; 
position: absolute;
  top: 20px;
  right: 120px;  
}         
.youtube {   
color: white;   
background: #c4302b;
position: absolute;
  top: 20px;
  right: 170px;    

}
  #etairia{
    color: #2d6551;
  }
  .contact {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
  }
input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

  .topnav {
    overflow: hidden;
    background-color: white;
  }
  
  .topnav a {
    float: left;
    display: block;
    background-color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 19px;
    color: #333;
  }
  
  .topnav a:hover {
    color:#2d6551;
  }
  
  .topnav a.active {
    background-color: white;
    color:#2d6551;
    font-size:22px;
  }
  
  .topnav .icon {
    display: none;
  }
  
  @media screen and (max-width: 600px) {
    .topnav a:not(:first-child),.subnav.subnavbtn{
     display: none;}
     
    .topnav a.icon {
      float: right;
      display: block;
      background-color: white;
    }
  }
  
  @media screen and (max-width: 600px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
      background-color: white;
    }
    .topnav.resposive.subnav{float:none;}
    .topnav.resposive.subnav-content{position: relative;}
    .topnav.resposive.subnav.subnavbtn{
display: block;
width: 100%;
text-align: left;
    }
    
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
      background-color: white;
    }
  }
  
  .example {
    padding: 20px;
    
  }
  /* Extra small devices (phones, 600px and down) */
  @media only screen and (max-width: 600px) {
    
  }
  
  /* Small devices (portrait tablets and large phones, 600px and up) */
  @media only screen and (min-width: 600px) {
    
  }
  
  /* Medium devices (landscape tablets, 768px and up) */
  @media only screen and (min-width: 768px) {
   
  } 
  
  /* Large devices (laptops/desktops, 992px and up) */
  @media only screen and (min-width: 992px) {
    
  } 
  
  /* Extra large devices (large laptops and desktops, 1200px and up) */
  @media only screen and (min-width: 1200px) {
    
  }

.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}
.left {
  background-color: #ffffff;
  padding: 40px;
  float: left;
  width: 20%; /* The width is 20%, by default */
  
}

.main {
  background-color: #ffffff;
  padding: 30px;
  float: left;
  width: 60%; /* The width is 60%, by default */
  font-size:22px;
}

.right {
  background-color: #ffffff;
  padding: 2px;
  float: left;
  width: 20%; /* The width is 20%, by default */
  font-size:20px;
}

/* Use a media query to add a break point at 800px: */
@media screen and (max-width: 800px) {
  .left, .main, .right {
    width: 100%; /* The width is 100%, when the viewport is 800px or smaller */
  }
}